home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2006 September / SAN CD 9-2006 CD-ROM 16.iso / pc / Software / Network Telescope Control / NTC-Setup.Exe / Source / ntc_client_info.dfm < prev    next >
Encoding:
Text File  |  2005-07-30  |  6.1 KB  |  280 lines

  1. object scope_info: Tscope_info
  2.   Left = 722
  3.   Top = 269
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'Information'
  6.   BorderStyle = bsDialog
  7.   Caption = 'NTC Information'
  8.   ClientHeight = 200
  9.   ClientWidth = 256
  10.   Color = clBtnFace
  11.   UseDockManager = True
  12.   DockSite = True
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   HelpFile = 'ntc.hlp'
  19.   OldCreateOrder = False
  20.   OnCloseQuery = form_close_query
  21.   OnCreate = formcreate
  22.   OnPaint = check_activate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object info_panel: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 256
  30.     Height = 200
  31.     Hint = 'Write log to disk'
  32.     Align = alClient
  33.     TabOrder = 0
  34.     object coord_box: TGroupBox
  35.       Left = 0
  36.       Top = 0
  37.       Width = 257
  38.       Height = 201
  39.       Caption = 'Coordinates'
  40.       TabOrder = 0
  41.       object ra_label: TLabel
  42.         Left = 4
  43.         Top = 26
  44.         Width = 77
  45.         Height = 13
  46.         Caption = 'Right Ascension'
  47.       end
  48.       object alt_label: TLabel
  49.         Left = 4
  50.         Top = 114
  51.         Width = 35
  52.         Height = 13
  53.         Caption = 'Altitude'
  54.       end
  55.       object dec_label: TLabel
  56.         Left = 4
  57.         Top = 66
  58.         Width = 53
  59.         Height = 13
  60.         Caption = 'Declination'
  61.       end
  62.       object az_label: TLabel
  63.         Left = 4
  64.         Top = 90
  65.         Width = 37
  66.         Height = 13
  67.         Caption = 'Azimuth'
  68.       end
  69.       object hours_label: TLabel
  70.         Left = 88
  71.         Top = 8
  72.         Width = 28
  73.         Height = 13
  74.         Caption = 'Hours'
  75.       end
  76.       object ra_minutes_label: TLabel
  77.         Left = 136
  78.         Top = 8
  79.         Width = 37
  80.         Height = 13
  81.         Caption = 'Minutes'
  82.       end
  83.       object ra_seconds_label: TLabel
  84.         Left = 184
  85.         Top = 8
  86.         Width = 42
  87.         Height = 13
  88.         Caption = 'Seconds'
  89.       end
  90.       object degrees_label: TLabel
  91.         Left = 88
  92.         Top = 48
  93.         Width = 40
  94.         Height = 13
  95.         Caption = 'Degrees'
  96.       end
  97.       object minutes_label: TLabel
  98.         Left = 136
  99.         Top = 48
  100.         Width = 37
  101.         Height = 13
  102.         Caption = 'Minutes'
  103.       end
  104.       object seconds_label: TLabel
  105.         Left = 184
  106.         Top = 48
  107.         Width = 42
  108.         Height = 13
  109.         Caption = 'Seconds'
  110.       end
  111.       object refresh_rate_label: TLabel
  112.         Left = 4
  113.         Top = 136
  114.         Width = 63
  115.         Height = 13
  116.         Caption = 'Refresh Rate'
  117.       end
  118.       object info_label: TLabel
  119.         Left = 8
  120.         Top = 200
  121.         Width = 3
  122.         Height = 13
  123.       end
  124.       object msecs_label: TLabel
  125.         Left = 136
  126.         Top = 136
  127.         Width = 31
  128.         Height = 13
  129.         Caption = 'Msecs'
  130.       end
  131.       object dec_degrees_edit: TEdit
  132.         Left = 88
  133.         Top = 62
  134.         Width = 41
  135.         Height = 21
  136.         ReadOnly = True
  137.         TabOrder = 0
  138.       end
  139.       object alt_degrees_edit: TEdit
  140.         Left = 88
  141.         Top = 110
  142.         Width = 41
  143.         Height = 21
  144.         ReadOnly = True
  145.         TabOrder = 1
  146.       end
  147.       object az_degrees_edit: TEdit
  148.         Left = 88
  149.         Top = 86
  150.         Width = 41
  151.         Height = 21
  152.         ReadOnly = True
  153.         TabOrder = 2
  154.       end
  155.       object ra_hours_edit: TEdit
  156.         Left = 88
  157.         Top = 22
  158.         Width = 41
  159.         Height = 21
  160.         ReadOnly = True
  161.         TabOrder = 3
  162.       end
  163.       object ra_minutes_edit: TEdit
  164.         Left = 136
  165.         Top = 22
  166.         Width = 41
  167.         Height = 21
  168.         TabOrder = 4
  169.       end
  170.       object ra_seconds_edit: TEdit
  171.         Left = 184
  172.         Top = 22
  173.         Width = 41
  174.         Height = 21
  175.         TabOrder = 5
  176.       end
  177.       object dec_minutes_edit: TEdit
  178.         Left = 136
  179.         Top = 62
  180.         Width = 41
  181.         Height = 21
  182.         TabOrder = 6
  183.       end
  184.       object dec_seconds_edit: TEdit
  185.         Left = 184
  186.         Top = 62
  187.         Width = 41
  188.         Height = 21
  189.         TabOrder = 7
  190.       end
  191.       object az_minutes_edit: TEdit
  192.         Left = 136
  193.         Top = 86
  194.         Width = 41
  195.         Height = 21
  196.         TabOrder = 8
  197.       end
  198.       object az_seconds_edit: TEdit
  199.         Left = 184
  200.         Top = 86
  201.         Width = 41
  202.         Height = 21
  203.         TabOrder = 9
  204.       end
  205.       object alt_minutes_edit: TEdit
  206.         Left = 136
  207.         Top = 110
  208.         Width = 41
  209.         Height = 21
  210.         TabOrder = 10
  211.       end
  212.       object alt_seconds_edit: TEdit
  213.         Left = 184
  214.         Top = 110
  215.         Width = 41
  216.         Height = 21
  217.         TabOrder = 11
  218.       end
  219.       object get_ra_dec_button: TBitBtn
  220.         Left = 4
  221.         Top = 168
  222.         Width = 75
  223.         Height = 25
  224.         Caption = 'Get Ra/Dec'
  225.         TabOrder = 12
  226.         OnClick = get_ra_dec_buttonClick
  227.       end
  228.       object get_alt_az_button: TBitBtn
  229.         Left = 80
  230.         Top = 168
  231.         Width = 75
  232.         Height = 25
  233.         Caption = 'Get Alt/Az'
  234.         TabOrder = 13
  235.         OnClick = get_alt_az_buttonClick
  236.       end
  237.       object get_all_button: TBitBtn
  238.         Left = 168
  239.         Top = 168
  240.         Width = 75
  241.         Height = 25
  242.         Caption = 'Get All'
  243.         TabOrder = 14
  244.         OnClick = get_all_buttonClick
  245.       end
  246.       object refresh_rate_edit: TEdit
  247.         Left = 88
  248.         Top = 136
  249.         Width = 41
  250.         Height = 21
  251.         TabOrder = 15
  252.         Text = '30000'
  253.         OnChange = refresh_rate_editChange
  254.       end
  255.       object timer_button: TBitBtn
  256.         Left = 176
  257.         Top = 136
  258.         Width = 49
  259.         Height = 21
  260.         Caption = 'Start'
  261.         Font.Charset = DEFAULT_CHARSET
  262.         Font.Color = clWindowText
  263.         Font.Height = -11
  264.         Font.Name = 'MS Sans Serif'
  265.         Font.Style = [fsBold]
  266.         ParentFont = False
  267.         TabOrder = 16
  268.         OnClick = timer_buttonClick
  269.       end
  270.     end
  271.   end
  272.   object controller_timer: TTimer
  273.     Enabled = False
  274.     Interval = 30000
  275.     OnTimer = controller_timerTimer
  276.     Left = 224
  277.     Top = 112
  278.   end
  279. end
  280.